SYNTAX:
HS_SET_BPS(TS_GROUP, AC_SET_NO, HS_PIN_BPS);
NOTE: The argument which can use _C_Variable (TS_GROUP, AC_SET_NO)
DESCRIPTION:
Set the HS channel Speed with selected timing_set.
REQUIRED ARGUMENT:
PARA1: TS_GROUP
Set timing file group number.
The TS_GROUP number which set in tim file or _C_Variable
PARA2: AC_SET_NO
Set timing file AC_SET number.
The AC_SET number which set in tim file or _C_Variable
PARA3: HS_PIN_BPS
Set the speed of HS channel
50Mbps ~ 1.6Gbps
EXAMPLE:
HS_SET_BPS(7, 2, 500Mbps);
HS_SET_DRV_DELAY( HS_DATA, 1.0ns );
HS_SET_DRV_DELAY( HS_CLK, 2.3ns ); //hold
RUN_PATTERN(XXX:ST, XXX:SP, 7, 1);
HS_CLEAR_BPS_SETTING();